@media screen and (min-width:320px) {


  



  body{
    margin: 0;
    padding: 0;
    font-family: 'Inter', 'Poppins', sans-serif;
    background-color: white;
    width: 100%;
  }
  
  
  header{
    font-family: 'Inter', sans-serif ;
    /* height: 90px; */
    padding: 20px 14px 14px 14px;
    background-color: white;
    
  }
  
  
  .logo-container{
    height: 31px;
    width: 45%;
    
  }
  
  .logo-container img{
    height: 100%;
    width: 100%;
    object-fit: fill;
    
  }
  
  .inner-header{
    display: flex;
    justify-content: space-between;
    padding: 19px 0;
    height: 100%;
    align-content: center;
    overflow: hidden;
  }
  
  .top-navigation{
    display: flex;
    justify-content: center;
    align-content: center;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -1%;

  }






  
  .top-nav{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  
  
  .links-container{
    padding: 20px 0;
    align-items: flex-start;
    flex-direction: column;
    z-index: 999;
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 50vw;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    box-shadow: -7px 0 7px rgba(134, 131, 131, 0.2);
    transition: .5s ease-out;
  }
  
  
  .top-nav a{
    box-sizing: border-box;
    padding: 20px 30px;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
    width: 100%;
    text-decoration: none;
    cursor: pointer;
    font-family: 'inter', sans-serif;
    color: #07143D;
    font-size: 13px;
    font-weight: 600;
    display: block;
  }
  
  .top-nav a:nth-child(2), .top-nav a:nth-child(3), .top-nav a:nth-child(5) {
    box-sizing: border-box;
    padding: 20px 30px;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
    width: 100%;
    text-decoration: none;
    cursor: pointer;
    font-family: 'inter', sans-serif;
    color: #475467;
    font-size: 13px;
    font-weight: 600;
    display: block;
  }
  
  
  .top-nav a:active{
    text-decoration: underline;
  }
  
  .open-sidebar-btn{
    display: block;
    padding: 0;
  }
  
  .open-sidebar-btn  svg{
    fill: #07143D;
  }
  
  .links-container svg{
    width: 30px;
    height: 30px;
    fill: #07143D;
  
  }
  
  .close-sidebar-btn{
    display: block;
    padding:  20px;
  }
  
  #sidebar-active:checked ~ .links-container{
   right: 0;
  }
  
  #sidebar-active{
    display: none;
  }
  
  #sidebar-active:checked ~ .links-container{
    right: 0;
  }
  
  #sidebar-active:checked ~ #overlay{
  
   height: 100%;
   width: 100%;
   position: fixed;
   top: 0;
   left: 0;
   z-index: 9;
  }
  
  .Get-started-button{
    display: none;
  }
  
  .Get-started-button button{
    padding: 14px 20px;
    line-height: 24px;
    letter-spacing: -1%;
    font-size: 16px;
    font-family: inherit;
    display: flex;
    border: none;
    border-radius: 48px;
    color: white;
    font-weight: 600;
    background-color: #39E7BD;
    display: none;
  }
  .Get-started-button img{
    margin-left: 10px;
    display: none;
  }


  

.blogheading{
  font-family: "Inter", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 54px;
  width: fit-content;
}

 .blog-label{
  display: flex;
  font-size: 12px;
  font-weight: 550;
  color: #39E7BD;
  width: fit-content;
  align-items: center;
  justify-content: center;
}

.blog-label img{
  margin-right: 8px;
  width: 15px;
  height: 14px;
  object-fit: cover;
}

 .blog-headingtext{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.blog-maintext{
  font-size: 24px;
  line-height: 31px;
  /* font-weight: 500; */
  letter-spacing: -1px;
  color: #F2F2F2;
  width: 287px;
  margin: 0 0 21px 0;
  text-align: center;
  font-family: 'poppins', sans-serif;
}

.blog-subtext{
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  width: 282px;
  letter-spacing:0% ;
  margin: 0;
  padding: 0;
  color: #CDCDCD;
  font-weight: 300;
  font-family: 'poppins', sans-serif;
}

.blogs{
  font-family: 'Inter', 'Poppins' sans-serif;
  background-color: #07143D;
  padding: 62px 18px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.blog-banner{
  margin-bottom: 54px;
  display: none;
}

.banner-img{
  width: 100%;
  height: 364px;
  border-radius: 13px;
  overflow: hidden;
  margin-bottom: 16px;
}

.banner-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.banner-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
  font-family:'Poppins', sans-serif;
  color: #F2F4F7;
  line-height: 20px;
  letter-spacing: 0px;
  margin: 0 0 8px 0;
  padding: 0;
}

/* .banner-details .banner-author {
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
}

.banner-details  .banner-subtext{
  font-size: 13px;
  line-height: 20px;
  margin: 7px 0 20px 0;
} */



.blog-content{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
  
}

.blogpost1, .blogpost2, .blogpost3{
  width: 288px;
  margin-bottom: 36px;
}

.blogpost4, .blogpost5, .blogpost6{
  width: 288px;
  margin-bottom: 36px;
}

.postimg1, .postimg2, .postimg3, .postimg4, .postimg5, .postimg6{
  width: 100%;
  height: 184px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 21px;
}

.postimg1 img,
.postimg2 img,
.postimg3 img,
.postimg4 img,
.postimg5 img,
.postimg6 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-tag, .blog-tag2, .blog-tag3, .blog-tag4, .blog-tag5, .blog-tag6, .banner-author{
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 15px;
  color: #30C5A1;
  margin: 0 0 7px 0;
  padding: 0;
}

.blog-title, .blog-title2, .blog-title3, .blog-title4, .blog-title5, .blog-title6{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  line-height: 23px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: #F2F4F7;
  letter-spacing: 0px;
  /* margin-bottom: 8px; */
}

.blog-title img, .blog-title2 img, .blog-title3 img, .blog-title4 img, .blog-title5 img, .blog-title6 img{
  width: 18px;
  height: 18px;
  object-fit: fill;

}

.blog-paragraph, .blog-paragraph2, .blog-paragraph3, .blog-paragraph4, .blog-paragraph5, .blog-paragraph6, .banner-subtext{
  font-size: 12px;
  font-family:'Poppins', sans-serif;
  line-height: 18px;
  width: 100%;
  color: #b2b5b8;
  margin: 6px 0 18px 0 ;
  letter-spacing: 0px;
}

.author-frame, .author-frame2, .author-frame3, .author-frame4, .author-frame5, .author-frame6{
  display: flex;
  align-items: center;
  justify-content: start;
}

.author-img, .author-img2, .author-img3, .author-img4, .author-img5, .author-img6{
  width: 31px;
  height: 31px;
  border-radius: 25px;
  overflow: hidden;
  margin-right: 10px;
}

.author-img img,
.author-img2 img,
.author-img3 img,
.author-img4 img,
.author-img5 img,
.author-img6 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  
}

.author-details :nth-child(1), .author-details2 :nth-child(1), .author-details3 :nth-child(1), .author-details4 :nth-child(1), .author-details5 :nth-child(1), .author-details6 :nth-child(1){
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  color: #F2F4F7;
  letter-spacing: 0px;
  font-weight: 500;
  line-height: 15px;
  margin: 0 0 3px 0;
  padding: 0;
}

.author-details :nth-child(2), .author-details2 :nth-child(2), .author-details3 :nth-child(2), .author-details4 :nth-child(2), .author-details5 :nth-child(2), .author-details6 :nth-child(2){
  font-family:'Poppins', sans-serif;
  color: #D0D5DD;
  font-size: 11px;
  line-height: 15px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}










.blog-quote{
  font-family: 'Inter', 'Poppins', sans-serif;
  background-color: #0c173d;
  padding: 44px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #1f2847;
}

.blog-quote-text{
  margin: 0 0 48px 0;
}

.blog-quote-text p:nth-child(1){
  font-size: 25px;
  line-height: 32px;
  letter-spacing: -1px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #F2F4F7;
  margin: 0;
  width: 290px;
  padding: 0;
  cursor: context-menu;
}

.blog-quote-text p:nth-child(2){
  font-size: 15px;
  line-height: 23px; 
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  color: #91969e;
  margin: 13px 0 27px 0;
  padding: 0;
  cursor: context-menu;

}

.Get-started-blog button{
  padding: 10px 14px;
  line-height: 20px;
  letter-spacing: -1%;
  font-size: 14px;
  font-family: inherit;
  display: flex;
  border: none;
  border-radius: 48px;
  color: white;
  font-weight: 600;
  background-color: #39E7BD;


}
.Get-started-blog img{
  width: 20px;
  height: 20px;
  object-fit: fill;
  margin-left: 7px;
}

/* .Get-started-blog {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0%;
  padding: 0%;
  
} */

.blog-quote-img{
  width: 98%;
  height: 580px;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
 position: relative;
}

.blog-quote-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.glassframe-blog{
  display: flex;
  position: absolute;
  width: 91.5%;
  height: 37%;
  background-color: rgba(255, 255, 255, 0.2);
  bottom: 0;
  backdrop-filter: blur(15px);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 16px 12px;
}

.blog-quotes{
  padding: 0;
  margin: 0%;
  cursor: context-menu;
}

.blog-quotes p:nth-child(1){
  color: #fff;
  line-height: 25px;
  font-size: 17px;
  letter-spacing: 0;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  padding: 0;
  margin: 0 0 17px 2px ;
}

.blog-quotes p:nth-child(2){
  color: #fff;
  line-height: 32px;
  font-size: 25px;
  letter-spacing: -2%;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  padding: 0;
  margin: 0 0 6px 2px ;
}

.blog-quotes p:nth-child(3){
  color: #fff;
  line-height: 23px;
  font-size: 15px;
  letter-spacing: 0;
  font-weight: 400;
  font-family: 'inter', sans-serif;
  margin: 0 0 3px 2px ;
  padding: 0;
}

.blog-quotes p:nth-child(4){
  color: #fff;
  line-height: 20px;
  font-size: 13px;
  letter-spacing: 0;
  font-weight: 300;
  font-family: 'inter', sans-serif;
  margin: 0 0 0 2px ;
  padding: 0;
}






/*footer*/ 


footer{
  font-family: 'Inter', 'Poppins', sans-serif;
  background-color: #07143D;
  padding: 42px 16px ;
  border-top: 1px solid #6a8288;
}

.footer-logo{
  display: flex;
  margin: 0 0 42px 0;
  width: 100%;
}

.footer-logo img{
  width: 117px;
  height: 27px;
  object-fit: fill;
}

.main-footer-img{
  display: none;
}

.footer-logo-links{
  display: flex;
  flex-direction: column;
  font-family: 'poppins';
  padding: 0;
  margin: 0 0 42px 0;
  height: fit-content;
}

.footer-nav ul{
  display: flex;
  /* width: 200px; */
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  height: fit-content; 
}

.footer-links nav a:nth-child(1){
  margin-right: 90px; 
  margin-bottom: 12px; 
  color: #D0D5DD;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;

}

.footer-links nav a:nth-child(2){
  margin-right: 24px; 
  font-size: 14px;
  font-weight: 500;
  color: #D0D5DD;
  text-decoration: none;
  cursor: pointer;
}

.footer-links nav a:nth-child(3){
  margin-right: 102px; 
  margin-bottom: 12px; 
  font-size: 14px;
  font-weight: 500;
  color: #D0D5DD;
  text-decoration: none;
  cursor: pointer;
}

.footer-links nav a:nth-child(4){
  margin: 0;
  font-weight: 500;
  color: #D0D5DD;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
}

.footer-links nav a:active{
  text-decoration: underline;
}


.footer-note{
  display: flex;
  flex-direction: column-reverse;
  margin: 16px 0 0 0;
  padding: 24px  0 0 0 ;
  font-family: 'poppins';
  border-top: 1px solid #6a8288;
}



.note-links{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 21px;
}

.note-links nav ul li:nth-child(1), .note-links nav ul li:nth-child(2), .note-links nav ul li:nth-child(3) {
  font-size: 13px;
  line-height: 21px;
}

.foot-note{
  color: #D0D5DD;
  font-size: 13px;
  line-height: 21px;
  display: flex;
  flex: 1;
}

.foot-note p{
  margin: 0;
  padding: 0;
}


}